Dokumentaro de Gambaso
Compilation & Installation
Components
gb
Array
Error
gb.crypt
gb.qt4
Documents
Indekso de Lingvo
Language Overviews
LeguMin
Lexicon
Registro

Float[].Read (gb)

Sub Read ( Stream As Stream [ , Start As Integer, Length As Integer ] )

Fills an array by reading the data directly from a stream.

Start specifies where the data are to be stored in the array. By default, data are stored from the beginning.

Length is the number of elements that will be read from the file. By default, data are read until the end of the array is reached.